This forum is closed to new posts and
responses. The content has been migrated to the Digital Solutions Community. Please join us there for new content as well as this content. For customer support, please visit the official HCL customer support channels below:
RE: How to edit attachment from Lotus script ~Bill Quetfoochekakol 27.Jan.04 04:47 PM a Web browser Domino Designer All ReleasesAll Platforms
Hi Ranjan. Sorry to "complain", but this code could never be used.
By definition, a NotesEmbeddedObject of type EMBED_ATTACHMENT may not be activated via the activate method. From Designer Help on the activate method "This method raises an error if you invoke it on a NotesEmbeddedObject that is a file attachment"
Furthermore, you activate the object after removing it from the document, rather than sing ShellExecute (or similar WinAPI) to activate the extracted file.